home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / database / logit302.exe / CLEANUP.BAT next >
DOS Batch File  |  1989-01-22  |  525b  |  17 lines

  1. CLS
  2. @echo off
  3. echo          Running CLEANUP will delete the the large data files generated
  4. echo          during LogIt! processing log processing.  As part of this process
  5. echo          it will delete LOGITLOG.TXT & new *.DBF files which are text and 
  6. echo          dBASE compatable files and for which you might have some other use.
  7. echo          To abort this process, press ^C, or else
  8. pause
  9. echo on
  10. DEL V3DB1.DBF
  11. DEL V3DB2.DBF
  12. DEL V3DB2A.DBF
  13. DEL V3DB3.DBF
  14. DEL V3USAGE.NDX
  15. DEL V3SUMTMP.DBF
  16. DEL LOGITLOG.TXT
  17.